home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ 6⁄29⁄90 / 1510-Menu Enabling Solved-Jun90 < prev    next >
Encoding:
Text File  |  1990-06-29  |  657 b   |  23 lines  |  [TEXT/GEOL]

  1. Item    1927409                         29-June-90        07:04PDT
  2.  
  3. From:   PEMD                            CH DEV PEMD Group, Zurich,IDV
  4.  
  5. To:     MACAPP.TECH$                    MacApp Technical
  6.  
  7. Sub:    Menu Enabling Solved
  8.  
  9. Hi Everyone,
  10.  
  11. Our problem enabling a menu while using a modal dialog came from the fact that
  12. INHERITED DoSetUpmenus is only called for a window that is not modal.
  13.  
  14. Enabling worked when we:
  15.     1) established a myModalDialogWindow as a subclass of TWindow
  16.     2) put the DialogView in this window
  17.     3) overrode DoSetUpmenus and enabled the menu of interest
  18.     4) Called Inherited DoSetUpmenus
  19.  
  20. Regards,
  21. Ernie Rosenberg
  22.  
  23.